![]() |
PATH![]() |
![]() ![]() |
Enables the icon associated with a menu item.
pascal void EnableMenuItemIcon (
MenuHandle theMenu,
UInt16 item);
Your application can use the
EnableMenuItemIcon
function to enable individual menu item icons that have been previously disabled by a call to the function
DisableMenuItemIcon
. The menu item that contains the icon is unaffected by calling
EnableMenuItemIcon
. Note that enabling the icon of a currently disabled menu item has no visual effect; however, once the menu item is enabled, the icon is also enabled.